ValidatorCache<T>
Assembly: ServiceStack.dll
View Source
Declaration
public class ValidatorCache<T>
Methods
GetValidator(IRequest)
View Source
Declaration
public static IValidator GetValidator(IRequest httpReq)
Returns
ServiceStack.FluentValidation.IValidator
Parameters
Type | Name |
---|---|
ServiceStack.Web.IRequest | httpReq |